/**
* 产品中心样式 *
**/
.container .product{
  max-width:  1200px;
  margin: auto;
  margin-top: 34px;
}

/* product-nav*/

.container .product .product-nav{
  float: left;
 
  border: 1px solid #d1d1d1;
  width:257px;
}
.container .product .product-nav .product-title{
  width: 100%;
  height: 130px;
  background-color: #b4b4b4;
  position: relative;
  color: #fff;
  padding: 30px 0 30px 55px;
  box-sizing: border-box;
}
.container .product .product-nav .product-title::before{
  content: '';
  width: 7px;
  height: 61px;
  background-color: #fff;
  position: absolute;
  top: 34px;
  left: 34px;
}
.container .product .product-nav .product-title h2{
  font-size: 30px;
  font-weight: bold;
}

.container .product .product-nav .product-title h3{
  font-size: 24px;
  font-weight: bold;
}

.container .product .product-nav .nav-list{
  
  border-bottom: 1px solid #d1d1d1;
  display: inline-block;
}
.container .product .product-nav .nav-list a{
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  position: relative;
	padding-left: 20px;
  
}
/*
.container .product .product-nav .nav-list .next::after{
  content: '';
  width: 11px;
  height: 2px;
  background-color: #043764;
  position: absolute;
  top: 10px;
  right: 18px;
}
*/
.container .product .product-nav .nav-list .product-list,
.container .product .product-nav .nav-list .subnav .subnav-list{
  width: 100%;
  background-color: #f8f8f8;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
}
.container .product .product-nav .nav-list  li + li{
  border-top: 1px solid #d1d1d1;
}

.container .product .product-nav .nav-list .subnav{
  width: 100%;
  margin-top:10px;
/*
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
*/
  display: inline-block;
}
.container .product .product-nav .nav-list .subnav .subnav-list{
  background-color: #fff;
}
.container .product .product-nav .nav-list .subnav .subnav-list a{
  color: #404040;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding-right: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}
.container .product .product-nav .nav-list .subnav .subnav-list{

  background-image: url('../images/icon/sanjiao.png');
  background-repeat: no-repeat;
  background-size: 7px 14px;
  background-position: 20px 50%;
}
.container .product .product-nav .nav-list .subnav .subnav-list a:hover{
  color: #043764;
}

.container .product .product-nav .tel-phone{
  width: 100%;
  height: 135px;
  border: 9px solid #dbdbdb;
  background-color: #f4f4f4;
  display: inline-block;
  box-sizing: border-box;
  color: #606060;

	  
}

.container .product .product-nav .tel-phone p{
  text-align: center;
  font-size: 24px;
}
.container .product .product-nav .tel-phone .title{
  font-size: 18px;
  margin-top: 10px;

}
.container .product .product-nav .tel-phone .tel-b{
  font-weight: bold;
}


/* product 右侧样式 */

/* 右上广告 */
.container .product .product-list{
  float: right;

}

.product .product-list .product-ad{
  width: 908px;
  height: 364px;
  border: 1px solid #043764;
  margin-bottom: 13px;
  padding: 30px 17px;
  box-sizing: border-box;
}

.product .product-list .product-ad .left-img{
  float: left;
  font-size: 0;
}
.product .product-list .product-ad .left-img .product-img img{

  width: 389px;
  height: 241px;
}

.product .product-list .product-ad .left-img .product-title{
  width: 389px;
  height: 59px;
  background-color: #043764;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px 0 ;
  box-sizing: border-box;
}

.product .product-list .right-text{
  float: right;
  width: 465px;
}
.product .product-list .right-text .title{
  color: #000;
  font-size: 24px;

}
.product .product-list .right-text .title::after{
  content: '';
  display: block;
  width: 278px;
  border: 1px dashed #043764;
  margin-top: 10px;
}

.product .product-list .right-text .describe{
  width: 100%;
  height: 181px;
  border: 1px solid #043764;
  margin-top: 15px;
}
.product .product-list .right-text .describe .ad-des{
  margin: 11px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.product .product-list .right-text .describe .ad-des span{
  display: inline-block;
  padding: 0 35px;
}
.product .product-list .right-text .describe .ad-des span + span{
  border-left: 1px solid #666;
}
.product .product-list .right-text .describe .ad-des em{
  color: #4fadff;
  margin-right: 4px;
  font-style: normal;
}
.product .product-list .right-text .describe .ad-bold{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 10px 0 13px;
}
.product .product-list .right-text .describe .ad-bold span{
  color: #043764;
}
.product .product-list .right-text .describe .ad-bold em{
  color: #4fadff;
}

.product .product-list .right-text .describe .des-ad{
  text-align: center;
  background-color: #4fadff;
  width: 100%;
  height: 41px;
  line-height: 41px;
}

.product .product-list .right-text .describe .des-ad em{
  font-size: 18px;
  font-weight: bold;
  color: #ffff00;
  
}
.product .product-list .right-text .describe .des-ad em.i{
  font-style: italic;
}

/* 按钮 */
.product .product-list .right-text .describe-btn{
  margin-top: 15px;
}
.product .product-list .right-text .describe-btn .des-btn{
  float: left;
  width: 120px;
  height: 44px;
  background-color: #043764;
  text-align: center;
  margin-right: 11px;
}
.product .product-list .right-text .describe-btn .des-btn a{
  color: #fff;
  line-height: 44px;
  height: 44px;
  
}

/* 产品列表 */
.product .product-list .product-content{
  
  margin-left: -11px;
}
.product .product-list .product-content .p-con{
  width: 100%;
  float: left;
  margin: 13px 10px;
}
.product .product-list .product-content .p-con .p-con-img{
  width: 100%;
  
  border: 1px solid #b4b4b4;
  box-sizing: border-box;
  font-size: 0;
}
.product .product-list .product-content .p-con .p-con-img img{
  width: 100%;
 
}
.product .product-list .product-content .p-con .p-con-title{
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  background-color: #666;
  color: #fff
}
.product .product-list .product-content .p-con:hover{
  cursor: pointer;
}
.product .product-list .product-content .active .p-con-img{
  border-color: #043764;
}
.product .product-list .product-content .active .p-con-title{
  background-color: #043764;
}